'Declaration Public Overloads Sub ReadRowDataUnsafe( _
ByVal rowRow index.As System.Int32, _
ByVal rowDataThe buffer to read data into.() As Byte, _
ByVal offsetThe starting point in the buffer at which to begin reading into the buffer.As System.Int32, _
ByVal lengthLength of data to read.As System.Int32 _
)
public void ReadRowDataUnsafe(
System.Int32 row,
byte[] rowData,
System.Int32 offset,
System.Int32 length
)
Parameters
- row
- Row index.
- rowData
- The buffer to read data into.
- offset
- The starting point in the buffer at which to begin reading into the buffer.
- length
- Length of data to read.